GnsClient Object

The GnsClient object is used to display and manipulate information within the General Notification Service. Declare the object using the following code:

CreateObject("CxGns.GnsClient")

Each method in this document will assume you have declared and connected the GnsClient object using the following code:

Dim GnsClient

Set GnsClient= CreateObject("CxGns.GnsClient")

GnsClient.Connect("CYGDEMO.GNS")


More: